Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
| Attribute | Value |
|---|---|
| Connector ID | OrcaSecurityAlertsCCF |
| Publisher | Orca Security |
| Used in Solutions | Orca Security Alerts |
| Collection Method | CCF Push |
| Connector Definition Files | OrcaSecurityAlerts_ConnectorDefinition.json |
| DCR Definition Files | OrcaSecurityAlerts_DCR.json |
| CCF Configuration | OrcaSecurityAlerts_PollerConfig.json |
| CCF Capabilities | Push |
| Ingestion API | Log Ingestion API — CCF Push connectors use DCR-based Log Ingestion API |
| Microsoft Learn | View on Learn |
The Orca Security Alerts connector lets you stream Orca cloud security alerts into Microsoft Sentinel. Orca pushes alerts to the Logs Ingestion API of a Data Collection Endpoint using a Microsoft Entra ID application, replacing the legacy Log Analytics Shared Key authentication.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
OrcaAlerts_CL |
✓ | ✓ | ✓ |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions:
Custom Permissions:
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
1. Deploy connector resources
Deploy the Azure resources required to ingest Orca Security alerts via the Logs Ingestion API using Microsoft Entra ID authentication.
Clicking Deploy Orca Security Alerts Connector automatically creates:
After deployment: the Tenant ID, Client ID, Client Secret, DCE URI and DCR Immutable ID are auto-populated below for copy-paste into the Orca platform.
Clicking Deploy Orca Security Alerts Connector creates the DCE, DCR and table, plus an Entra application you can ignore.
Additional steps required:
Click Deploy to begin: Deploy Orca Security Alerts Connector
2. Configure the Orca Security integration
Copy the following values into the Microsoft Sentinel integration settings in the Orca Security platform. For Option A (auto-created app): use all the auto-populated values below.
For Option B (pre-existing app): use the DCE URI, DCR Immutable ID and Stream Name below, but use your own application's Tenant ID, Client ID and Client Secret.
TenantIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
ApplicationIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
ApplicationSecretNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
DataCollectionEndpointNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
DataCollectionRuleIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
Custom-OrcaSecurityAlerts3. Verify data ingestion
Confirm that alerts are flowing from Orca Security into Microsoft Sentinel.
OrcaAlerts_CL
| take 10
OrcaAlerts_CL
| summarize LastLogReceived = max(TimeGenerated)
| project IsConnected = LastLogReceived > ago(30d)
If data appears and IsConnected returns true, the connector is configured correctly.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊